* tramp.texi (External methods): Mention `tramp-adb-program'.
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 28 Feb 2013 19:29:41 +0000 (20:29 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 28 Feb 2013 19:29:41 +0000 (20:29 +0100)
doc/misc/ChangeLog
doc/misc/tramp.texi

index 98c02e6e7f7feeb85d0e37127080f6b49d82241a..a3ef55558c3238cace9031b7254d9caeb1a6da12 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (External methods): Mention `tramp-adb-program'.
+
 2013-02-28  Bastien Guerry  <bzg@gnu.org>
 
        * org.texi (Visibility cycling): Suggest to set
index 20598f2d9e52f25bdab51c266d69430b067a74dd..1052b0306911826255dafdbdfa630bb5d7b36cfa 100644 (file)
@@ -1023,9 +1023,11 @@ name.
 @cindex adb method
 
 This special method uses the Android Debug Bridge for connecting
-Android devices.  The Android Debug Bridge, part of the Android SDK,
-must be installed locally.  The variable @var{tramp-adb-sdk-dir} must
-be set to its installation directory.
+Android devices.  The Android Debug Bridge must be installed locally.
+Some GNU/Linux distributions offer it for installation, otherwise it
+can be installed as part of the Android SDK.  If @command{adb} is not
+found via the @code{$PATH} environment variable, the variable
+@var{tramp-adb-program} must point to its absolute path.
 
 @end table